home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
GoldED
/
Add-Ons
/
envGDE13
/
Install.bat
< prev
next >
Wrap
DOS Batch File
|
1999-07-06
|
541b
|
18 lines
; install new presets (%0%: mouse configuration)
INSTALL PRESET="presets/guide.syntax"
; create new toolbar (based on the toolbar currently used for editing text)
INSTALL PRESET="presets/guide.gadgets" MERGEGADGETS "anytext"
; create new context menu (based on context menu currently used for standard text)
INSTALL PRESET="%0%" MERGECONTEXT "anytext"
; install new filetype
FILETYPE ADD="(#?.guide)" DUP="anytext" PRI=127 PRESETS "guide.syntax" "guide.gadgets" "guide.mouse"
INFO MSG="Installation complete, please RESTART GoldED."